home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
TCP_IP
/
TNOS230S
/
KISS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-03
|
349b
|
18 lines
#ifndef _KISS_H
#define _KISS_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
/* In kiss.c: */
int kiss_raw (struct iface *iface,struct mbuf *data);
void kiss_recv (struct iface *iface,struct mbuf *bp);
int32 kiss_ioctl (struct iface *iface,int cmd,int set,int32 val);
#endif /* _KISS_H */